ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartAxis<T> Class / PlotAreaIndex Property

In This Topic
    PlotAreaIndex Property (ChartAxis<T>)
    In This Topic
    Gets or sets the plot area for the axis.
    Syntax
    'Declaration
     
    Public Property PlotAreaIndex As Nullable(Of Integer)
    public Nullable<int> PlotAreaIndex {get; set;}
    See Also